Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl 
    ...
    for my $key (keys %href){
      print "$key -> $href{$key}\n";
    }
    
  2. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    pdf\6c0a5bb4-143d-4305-957b-796c8193d07a.pdf -> 116815754
    
    > Terminated with exit code 0.