2009年6月30日火曜日

my template

(1) Using "pre" and "code" html code with detailed style

test


(2) with green black style

END


(3) Using only "pre"

~# beadm list -a
BE/Dataset/Snapshot Active Mountpoint Space Policy Created
------------------- ------ ---------- ----- ------ -------
newsolaris
rpool/ROOT/newsolaris - - 31.73M static 2009-07-01 16:41
rpool/ROOT/newsolaris@backup - - 0 static 2009-07-03 03:46
opensolaris
rpool/ROOT/opensolaris NR / 6.48G static 2009-06-05 11:46
rpool/ROOT/opensolaris@backup - - 915.5K static 2009-07-03 03:46
rpool/ROOT/opensolaris@install - - 1.54G static 2009-05-15 17:59
rpool/ROOT/opensolaris@rename_use - - 24.12M static 2009-07-01 02:58

~/myp# cat testcgi.pl
#!/usr/bin/perl

use CGI qw(:all);

print header("text/plain");
foreach my $param ( param() )
{
print "$param: . param($param) . "\n";
}



(4) Using only "code"

~/myp# cat testcgi.pl
#!/usr/bin/perl

use CGI qw(:all);

print header("text/plain");
foreach my $param ( param() )
{
print "$param: . param($param) . "\n";
}

0 件のコメント:

コメントを投稿