Help for this page

Select Code to Download


  1. or download this
        print "${${$diary_data[0]}[0]}{user}\n";
        print "${${$diary_data[0]}[0]}{timestamp}\n";
        print "${${$diary_data[0]}[0]}{value}\n";
    
  2. or download this
    MAWEBB
    988227105
    NSA             NOTIFY NETWORK MAINTENANCE              4/24/01       
    +  22:05 CST
    
  3. or download this
    $i=0;
    while (${${$diary_data[0]}[$i]}{user}) {
    ...
        print "Information:\t${${$diary_data[0]}[$i]}{value}\n\n";
        $i++;
    }