Help for this page

Select Code to Download


  1. or download this
    ttys = ( );
    
    ...
    }
    The heart
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
       print "$data1{$call1}\n"; 
    }
    close FH;
    
  3. or download this
    Scalar value @{data1{$call1} better written as ${data1{$call1} at ./pe
    +rl.m line 12.<br>
    Type of arg 1 to push must be array (not hash slice) at ./perl.m line 
    +12, near "$sipm )"
    Execution of ./perl.m aborted due to compilation errors.