|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: inserting into fileby olus (Curate) |
| on Mar 24, 2009 at 15:30 UTC ( #752900=note: print w/ replies, xml ) | Need Help?? |
|
What kind of arguments are you giving to unshift? If you just want to add a piece of text before a line of text just $_ = "Date\n".$_ unless $. == 1;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||