for (my $i=0; $i<$#dat_array+1; $i++)
{
$table{"$dat_array[$i]"} = "$res_array[$i]";
}
Print table by:
while ((my $key, my $val) = each (%table))
{
print "$key\t$val\n";
}
You will get different order as you created in array.
for (my $i=0; $i<$#dat_array+1; $i++)
{
$table{"$dat_array[$i]"} = "$res_array[$i]";
}
while ((my $key, my $val) = each (%table))
{
print "$key\t$val\n";
}
just found a original icon @ www.baidu.com/favicon.ico. Use flashget download it, rename to baidu.gif and save it. Restart firefox, you will see the change. 9/19/06
<search
version="7.1"
name="Baidu"
description="Search www.baidu.com"
action="http://www.baidu.com/s"
searchForm="http://www.baidu.com"
method="GET"
queryCharset="utf-8"
>
<input name="wd" user="">
<inputnext name="start" factor="10">
<inputprev>
<input name="ie" value="utf-8">
<input name="oe" value="utf-8">
<interpret
browserResultType="result"
charset = "UTF-8"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>
<Location />
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
</Location/>
apachectl graceful
perl -MCGI -e print "CGI.pm version $CGI::VERSION\n";
cat some_directory/file_a | uuencode filename | mail -s "subject" receiver@emailaddress < some_directory/file_b