![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Re: File Input and Outputby Anonymous Monk |
on Jun 01, 2001 at 03:15 UTC ( #84786=note: print w/replies, xml ) | Need Help?? |
No, before you can help yourself. Try Linux or FreeBSD or OpenBSD instead of Redmond crap.
Now serious.
try:
#!/usr/bin/perl open(OUTPUT,">>/tmp/file"); $a = "some text..."; print OUTPUT $a;
vfs ("The Perl Monkey") :)
In Section
Tutorials
|
|