
shawnhcorey
Enthusiast

Dec 24, 2009, 11:21 AM
Post #3 of 3
(2474 views)
|
|
Re: [triveni1125] Forward slash to backward slash and strip off y:
[In reply to]
|
Can't Post
|
|
If you're going to be playing with file paths, I suggest you use File::Spec. It is a standard module, and like all standard modules, it's installed along with Perl. See `perldoc File::Spec` or http://perldoc.perl.org/File/Spec.html For a list of standard modules, see `peldoc perlmodlib` or http://perldoc.perl.org/perlmodlib.html __END__ I love Perl; it's the only language where you can bless your thingy. Perl documentation is available at perldoc.perl.org. The list of standard modules and pragmatics is available in perlmodlib. Get Markup Help. Please note the markup tag of "code".
|