Thread .txt und Arrays (24 answers)
Opened by Proxy at 2008-07-20 21:30

Proxy
 2008-07-20 21:30
#112346 #112346
User since
2008-07-20
5 Artikel
BenutzerIn
[default_avatar]
Hi,

Ich bin neu hier und möchte wissen, wie ich mit Perl in eine .txt URLs speichern kann. (und bearbeiten wie löschen)

Geth das so:

Code: (dl )
1
2
3
4
5
6
7
8
print "Gebe die URL an:";
$file = 'URL.txt';
open(INFO, ">>$file");

$hinzufuegen = <STDIN>;
chomp($hinzufuegen);

push(@Liste, "$hinzufuegen");


MFG Proxy

View full thread .txt und Arrays