Gossamer Forum
Home : General : Perl Programming :

#!/usr/local/bin/perl -w 500error

Quote Reply
#!/usr/local/bin/perl -w 500error
#!/usr/local/bin/perl
Right
#!/usr/local/bin/perl -w
500error:
Quote:
Message: Script header contained too many lines. Script bug likely

Quote Reply
Re: #!/usr/local/bin/perl -w 500error In reply to
Probably the script wasn't designed to run under -w, or if you wrote the script, then you have somethings that are causing warnings.

Cheers,

Alex