#!/usr/bin/perl
open(OUTPUT,">>/tmp/file");
$a = "some text...";
print OUTPUT $a;
Now, change the /tmp/file and stuff to anything you want to.
HTH
vfs ("The Perl Monkey") :)
In reply to Re: Re: File Input and Output
by Anonymous Monk
in thread File Input and Output
by root
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |