home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 7: Programming
/
CDAT7.iso
/
Share
/
Editores
/
Perl5
/
perl
/
lib
/
site
/
auto
/
Tk
/
Web
/
ShowSource.al
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-10
|
193 b
|
11 lines
# NOTE: Derived from ..\blib\lib\Tk\Web.pm. Changes made here will be lost.
package Tk::Web;
sub ShowSource
{
my ($w) = @_;
$w->TextPopup(Source => $w->html->{'_source_'});
}
1;