Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my @array;
    $array[0]{'key'} = "testline";
    $item = \$array[0];
    $array[0]{'key2'} = "testline2";
    
  2. or download this
    [me@system directory]$ perl -d aht.pl
    
    Loading DB routines from perl5db.pl version 1.19
    ...
    
      DB<6> q
    [me@system directory]$