home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
demo3.pl
< prev
next >
Wrap
Perl Script
|
2003-11-07
|
250b
|
17 lines
package main;
use MyClass;
my MyClass $x :Good :Bad(1**1-1) :Omni(vorous);
package SomeOtherClass;
use base MyClass;
sub tent { 'acle' }
sub w :Ugly(sister) :Omni('po',tent()) {}
my @y :Good :Omni(s/cie/nt/);
my %y :Good(q/bye) :Omni(q/bus/);