add files
With this script you can add the content of two files.
The content of do.txdded to bt gets aasic.txt. With a few modifications
you can add houndred of files, or you can add two big files (when the
file size is too big for your editor).
open (ERSTE, "do.txt") || die "file do not found\n";
@urls = <ERSTE>;
close (ERSTE);
open (SAM, ">>basic.txt");
print SAM "@urls\n";
close (SAM);
Back
to previous page
|
Get Free
Autoresponder
Enter your email address below
and you will receive a powerful
Autoresponder and
our Special Ezine for free:
(Please use your real email
address or else you won't receive the free script)
Or you can subscribe by clicking
this link to send an email automatically:
mailto:fmlpEzine@DrQuek.com
|