in reply to Re: Read all the file path having text document
in thread Read all the file path having text document
>perl -wMstrict -le "sub S ($); S('foo'); sub S ($) { print $_[0], '-totyped subroutine' }; " foo-totyped subroutine >perl -wMstrict -le " S('foo'); sub S ($) { print $_[0], '-totyped subroutine' }; " main::S() called too early to check prototype at -e line 1. foo-totyped subroutine
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Read all the file path having text document
by GrandFather (Saint) on Nov 29, 2008 at 23:33 UTC | |
by AnomalousMonk (Archbishop) on Nov 30, 2008 at 00:51 UTC | |
by GrandFather (Saint) on Nov 30, 2008 at 01:02 UTC | |
by shmem (Chancellor) on Nov 30, 2008 at 01:54 UTC | |
by GrandFather (Saint) on Nov 30, 2008 at 02:12 UTC | |
|