Forum: Perl Apr 5th, 2009 |
| Replies: 4 Views: 656 You can do this:
no warnings ;
no warnings 'all' ; |
Forum: Perl Apr 4th, 2009 |
| Replies: 4 Views: 844 You can use the chdir function from Perl. Maybe the cd command doesn't change the current working directory. You can check it with the getcwd function from Perl.
... |
Forum: Perl Feb 6th, 2009 |
| Replies: 11 Views: 1,204 Use regular expressions. Here is the link:
http://www.troubleshooters.com/codecorn/littperl/perlreg.htm |
Forum: Perl Feb 6th, 2009 |
| Replies: 3 Views: 2,207 You can use Getopt. Here is the link:
http://perldoc.perl.org/Getopt/Long.html |