Help for this page

Select Code to Download


  1. or download this
    use File::Stream;
    my $stream = File::Stream->new($filehandle);
    $/ = qr/\s+/;
    ...
    $nextnum= <$stream>;
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print 'IA= [ ', join(' ',@ia),"]\n";
    print 'JA= [ ', join(' ',@ja),"]\n";