use Net::FTP;$hostname="localhost";$username="user";$password="pass";$filename="file.txt";$ftp= Net::FTP->new($hostname);$ftp->login($username,$password);$ftp->put($filename);$ftp->quit;
Manejo de errores usa “or die $@” (“$ftp>message” solo cuando el login haya funcionado)
Python 3.0 (a.k.a. “Python 3000″ or “Py3k”) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.
Python 2.6 (What’s New)
Perl 5 (Modules, Packages)
PHP (Changes, and news)
COBOL
.NET (C#, LINQ, (ok VB but not much))
Java (Im interested on Mobil Applications)
Haskell
Ruby (Im interested on Rails)
Parrot and Pugs
Gnu/Linux (Services and Bash) BSD and OpenSolaris
Recent Comments