Re: Find and delete a line, problems finding




"DJ Stunks" <DJStunks@xxxxxxxxx> wrote in message
news:1147200602.990578.198130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

sakuragirl1 wrote:
Well Paul, I did try the things you suggested, but some did not work.
use warning gave the error "could not find warning.pm"

use warnings; # plural


Could also be an old version of Perl (since I take it the above is not
copied verbatim). The warnings pragma hasn't been around forever.

Matt


.



Relevant Pages

  • Re: error messege: "subroutine Cwd::fastcwd redefined"
    ... Attached is the file created by perlbug. ... asking for all warnings even though Cwd is trying (via the older ... case it looks like a bug in the Perl distribution. ... HOME (unset) ...
    (perl.beginners)
  • Re: What do you need to have to be considered a Master at Perl?
    ... (--and note the warnings, in particular: ... Because perl's regex engine is not currently re-entrant, ... Quote from "perlre - Perl regular expressions" ... ... defined inside an eval'ed pattern are not available ...
    (comp.lang.perl.misc)
  • Re: file rename help
    ... > I am very novice as you will see in my Perl skills. ... use warnings; ... because I am not afraid of undef values, ... even as a piece of shell code, your command is wasting at least two ...
    (comp.lang.perl.misc)
  • Re: debugger exiting
    ... strict and warnings pragmas. ... I think portraying Perl as a command-line tool limits it to fewer platforms than ... work only as a Unix shell command line. ...
    (perl.beginners)
  • Re: Multiple Parameters
    ... The above two lines ask Perl to hold you to the laws of good ... programming. ... you'll get better error messages and warnings ...
    (perl.beginners)