Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        next unless $_ =~ /\w+/;
        print $_, "\n";
    }
    
  2. or download this
    C:\Code>perl split_num.pl
    0
    ...
    1
    1
    0