Help for this page

Select Code to Download


  1. or download this
    @array2 = @{retrieve("file")} ...
    
  2. or download this
    my $aref = retrieve("file") or die "Cannot retrieve\n";
    print @$aref;