Help for this page

Select Code to Download


  1. or download this
    perl ./script.pl --ed 10-31-2011 -d
    Can't open perl script "./script.pl --ed": No such file or directory
    
  2. 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
    
  3. or download this
    root@dom:/home/fre/bin# ./script.pl --ed 10-31-2011 -d
    -bash: ./script.pl --ed: No such file or directory
    
  4. or download this
    ./script.pl
    Usage: ./script.pl --ed end_date --sales-table /path/to/sales/file
    Use -d or -debug for debugging
    
  5. or download this
    #!/usr/bin/perl
    use 5.10;
    ...
      exit;
    }