Help for this page

Select Code to Download


  1. or download this
    print scalar(@arrayx), "\n";
    print scalar(@arrayy), "\n";
    print scalar(@arrayz), "\n";
    
  2. or download this
    if (@line = $_ =~ m/^(.....).(.....).(....).(...)..(....)....(........
    +)(........)(........)/) {
            
    ...
            # more code
    
    }