Help for this page

Select Code to Download


  1. or download this
    use File::Slurp;
    open ( my $file, '<', "file" );
    ...
        seek ( $file, 20, 0 );
        print ( $file $this );
    }
    
  2. or download this
    21
    4B
    A8
    C6