Help for this page

Select Code to Download


  1. or download this
    sub myfile
    {
      my $file = shift;
    ...
    
    # and call it like this:
    my @lines = @{myfile('xml.log')};