Help for this page

Select Code to Download


  1. or download this
    # get the reference to the array [args]
    my $ref = shift;
    ...
    # 2nd element in array = scalar $filelocation
    my $hashref = $ref->[0];
    my $fileloc = $ref->[1];