- or download this
perl ./script.pl --ed 10-31-2011 -d
Can't open perl script "./script.pl --ed": No such file or directory
- or download this
root@dom:/home/fre/bin# perl /home/fre/bin/script.pl --ed 10-31-2011 -
+d
Can't open perl script "/home/free/bin/script.pl --ed": No such file o
+r directory
- or download this
root@dom:/home/fre/bin# ./script.pl --ed 10-31-2011 -d
-bash: ./script.pl --ed: No such file or directory
- or download this
./script.pl
Usage: ./script.pl --ed end_date --sales-table /path/to/sales/file
Use -d or -debug for debugging
- or download this
#!/usr/bin/perl
use 5.10;
...
exit;
}