Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $rc = $plain->seek(0, SEEK_END);
        print "rc == $rc :: $!\n";
    }
    
  2. or download this
    plain IO::File
    plain IO::Handle
    ...
    rc ==  :: Illegal seek
    seeking
    rc == 1 ::