Help for this page

Select Code to Download


  1. or download this
    {
     local $/ = undef;
     $data = <FH>;
    }
    
  2. or download this
    . . . . . . .
    /^test$/ && do { }
     . . . . . . .