erbin has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I met a problem when using modules FILE::PATH.I try the code in perldoc as follow
#!/bin/perl use strict; use warnings; use File::Path qw(make_path remove_tree); make_path("E:\\Project\\Training Project\\Learning Perl\\modules\\FILE +\\Temp\\temp1");
Error occurred when compile
"make_path" is not exported by the File::Path module
"remove_tree" is not exported by the File::Path module
My OS is windows and the Perl is ActivePerl5.10
Could you help me? thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FILE::PATH question
by zwon (Abbot) on Jan 05, 2010 at 10:53 UTC | |
by AnomalousMonk (Archbishop) on Jan 05, 2010 at 18:54 UTC | |
|
Re: FILE::PATH question
by Ratazong (Monsignor) on Jan 05, 2010 at 10:17 UTC | |
|
Re: FILE::PATH question
by ikegami (Patriarch) on Jan 05, 2010 at 19:51 UTC | |
|
Re: FILE::PATH question
by erbin (Novice) on Jan 06, 2010 at 02:57 UTC | |
by Anonymous Monk on Jan 06, 2010 at 03:25 UTC | |
by spunk (Acolyte) on Aug 11, 2011 at 04:22 UTC | |
by Anonymous Monk on Aug 11, 2011 at 04:31 UTC | |
by Anonymous Monk on Mar 27, 2018 at 21:08 UTC |