in reply to Re: Perl 5's greatest limitation is...?
in thread Perl 5's greatest limitation is...?

Many keystrokes when working with files? Ever had to do anything file related in VBScript? That's what I call many keystrokes. Set FS = Server.CreateObject("Scripting.FileSystemObject") anyone?

Jenda
XML sucks. Badly. SOAP on the other hand is the most powerfull vacuum pump ever invented.

Replies are listed 'Best First'.
Re^3: Perl 5's greatest limitation is...?
by Courage (Parson) on Jul 28, 2005 at 18:52 UTC
    you're right: perl is better than VBScript.

    But it is worse than perl6, where it is allowed to do my $contents = "filename".slurp;

    Currently there are limitations, but moving to right direction :)