eak has asked for the wisdom of the Perl Monks concerning the following question:
If you examine $! after '</html>' you will see 'Illegal seek'. If you change </html> for <HTML>, an exception is raised. Can someone tell me what the forward slash does to the bareword? thanks, eric#!/usr/bin/perl -w use strict; use diagnostics; print "hello\n"; </html>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: /HTML is valid perl?
by japhy (Canon) on Oct 23, 2001 at 07:52 UTC | |
Re: /HTML is valid perl?
by DamnDirtyApe (Curate) on Oct 23, 2001 at 07:56 UTC | |
(tye)Re: /HTML is valid perl?
by tye (Sage) on Oct 23, 2001 at 10:40 UTC | |
B::Deparse knows all
by Fletch (Bishop) on Oct 23, 2001 at 21:00 UTC | |
by demerphq (Chancellor) on Oct 24, 2001 at 17:30 UTC |