Problem:
perldl shell complains about syntax error in my script, but the same lines
were run just fine if typed into the shell.

The file try.pl has these 2 lines

    $a = sequence 4, 2;
    p $a( ,1);

perldl> do 'try.pl'

syntax error at /data/home/maggie/try.pl line 2, near "$a( "

Now, I checked that NiceSlice is enabled in the shell.

perldl> $a = sequence 4, 2

perldl> p $a( ,1)

[
 [4 5 6 7]
]

What's going on?

Thanks!
Maggie
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to