in reply to Re^3: POD Meditation?
in thread POD Meditation?
Where do you get your definition for POD from?
Perl and POD are two different languages which can be intermingled somehow.
This ignored block doesn't need to be valid POD:
And the code surrounding POD doesn't need to be Perl.> perl print "x"; =bala bala blaa asas =cut print "x"
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: POD Meditation?
by JavaFan (Canon) on Apr 28, 2012 at 17:07 UTC | |
by LanX (Saint) on Apr 28, 2012 at 21:10 UTC | |
by JavaFan (Canon) on Apr 28, 2012 at 21:17 UTC | |
by LanX (Saint) on Apr 28, 2012 at 21:42 UTC | |
by JavaFan (Canon) on Apr 28, 2012 at 22:12 UTC | |
|