Re: Need help with a simple (I think) Perl script
- From: Uri Guttman <uri@xxxxxxxxxxxxxxx>
- Date: Thu, 29 May 2008 14:45:27 GMT
"FS" == Frank Seitz <devnull4711@xxxxxx> writes:
FS> Uri Guttman wrote:
>>>>>>> "FS" == Frank Seitz <devnull4711@xxxxxx> writes:
FS> open my $fh,'<',$pdffile or die $!;
FS> print <$fh>;
>>
>> use File::Slurp ;
>> print read_file( $pdffile ) ;
FS> There is one disadvantage: File::Slurp is not in the core.
but many use it anyway. the not in core module excuse is weak as is the
"i can't install/use cpan" excuse.
uri
--
Uri Guttman ------ uri@xxxxxxxxxxxxxxx -------- http://www.sysarch.com --
----- Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------
.
- Follow-Ups:
- References:
- Need help with a simple (I think) Perl script
- From: *** Sutton
- Re: Need help with a simple (I think) Perl script
- From: Frank Seitz
- Re: Need help with a simple (I think) Perl script
- From: Uri Guttman
- Re: Need help with a simple (I think) Perl script
- From: Frank Seitz
- Need help with a simple (I think) Perl script
- Prev by Date: Re: Need help with a simple (I think) Perl script
- Next by Date: Re: Need help with a simple (I think) Perl script
- Previous by thread: Re: Need help with a simple (I think) Perl script
- Next by thread: Re: Need help with a simple (I think) Perl script
- Index(es):