Help for this page

Select Code to Download


  1. or download this
    use constant EB => "\034";
    
  2. or download this
    open FILE, $somefile or die $!;
    {
    ...
        $foo = <FILE>;
    }
    close FILE;