Hi
In the beginning of my script there is :
if ($#ARGV<1) {die print "give arguments};
And if i give no arguments when running the script it says:
***
give arguments
1 at test.pl line 5
***
now i understand where the "1 at test.pl line 5" comes from but i want to get rid of such error messages and only use mine,..
how to do that ?
greets and tnx
In the beginning of my script there is :
if ($#ARGV<1) {die print "give arguments};
And if i give no arguments when running the script it says:
***
give arguments
1 at test.pl line 5
***
now i understand where the "1 at test.pl line 5" comes from but i want to get rid of such error messages and only use mine,..
how to do that ?
greets and tnx