Help for this page

Select Code to Download


  1. or download this
    for $i ( 0 .. $page_counter-1 ) {
      print " ###### HI $i #### \n";
    ...
        }
      }
    }
    
  2. or download this
     store(\@reg_map, 'file.ext');my $aref = retrieve('file.ext');
  3. or download this
     
    for $i ( 0 .. $page_counter-1 ) {
      print " ###### HI $i #### \n";
    ...
        }
      }
    }
    
  4. or download this
     
    open my $wfh, '>', 'file1.ext'
      or die "can't open file for writing: $!";
    ...
      or die "can't open file for reading: $!";
    
    my @aref = decode_json(<$fh>);