On Feb 26, 10:12 am, "Paul Lalli" <mri...@gmail.com> wrote:
> On Feb 26, 9:06 am, "Ron T." <rthompson...@gmail.com> wrote:
>
> > I would just like to ask if there's a way I could somehow read the
> > contents of a text file that is posted online using Perl code?
>
> Yes.
>
> perl -MLWP::Simple -le'getprint("http://example.com/foo.txt");'
>
> > If so,
> > is it also possible to open the file if it has a login verification
> > before access?
>
> Yes.http://search.cpan.org/~gaas/libwww-...pod#ACCESS_TO_...
>
> Paul Lalli
Thank you for the referrals, I really appreciate it! Seems like
exactly what I need