Help for this page

Select Code to Download


  1. or download this
    # hey I'm a comment
    open(file, "wibbywoo") or dienice("some bloated error message");
    
  2. or download this
    # hey I'm a comment
    open(file, "wibbywoo") or dienice("Line 2: some bloated error message"
    +);
    
  3. or download this
    my $counter = "0";
    for (@stripped_array) { $_ =~ s/dienice\(\"/dienice\(\"Line $counter/;
    + $counter++; }