Help for this page

Select Code to Download


  1. or download this
    cat /home/hesco/lib/perl/ETC/etc/vote2009.mbox | formail -s | /home/he
    +sco/lib/perl/ETC/parse_email.pl
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    open('EMAIL','>','/tmp/email_throw_away');
      print EMAIL $email; # <--- error here ???
    close(EMAIL);
    
  3. or download this
    cat /home/hesco/lib/perl/ETC/etc/vote2009.sample | /home/hesco/lib/per
    +l/ETC/parse_email.pl
    
  4. or download this
    Use of uninitialized value $email in print at /home/hesco/lib/perl/ETC
    +/parse_email.pl line 13.
    
  5. or download this
    cat /home/hesco/lib/perl/ETC/etc/vote2009.mbox | formail -s | /home/he
    +sco/lib/perl/ETC/parse_email.pl -
    
  6. or download this
    cat /home/hesco/lib/perl/ETC/etc/vote2009.mbox | formail -s /home/hesc
    +o/lib/perl/ETC/parse_email.pl -