Help for this page

Select Code to Download


  1. or download this
    my $myvar;
    {
    ...
        alert_user();
      } 
    }
    
  2. or download this
    ( $myvar = <FILEPTR> )  =~ s/\n+//g;
    
  3. or download this
    local $/ = undef;
    
  4. or download this
    s/\n+(?!\z)//g
    
  5. or download this