Help for this page

Select Code to Download


  1. or download this
    1:5 
    2:5 
    3:5 
    4:5 
    5:5
    
  2. or download this
    open (IN, "myfile.txt") || die "couldn't open $!\n";
    my @array;
    ...
      $number = ($number =~ s/://g);
    }
    print "@a[0]\n"