Help for this page

Select Code to Download


  1. or download this
    #my $path = '/opt/finance/File1';                                     
    +          
    my $path = q|/tmp/File1|;
    ...
     }
    close(CSV);
    
  2. or download this
     perl -e 'my %hash = (q|first|=>1,q|third|=>3,q|second|=>2); print key
    +s %hash;'
    
    firstsecondthird