For those interested on implementing All-Star capabilities in your scripts, like creating tables with a description,
these are the instructions:
1.- In the section of the script where global variables are declared, add a new variable called $yourastar
or whatever you want to name it. I am talking about the section that begings with:
use vars qw($VERSION $server $port ...............................
2.- In the section where the applet parameters are being evaluated insert this code:
defined($yourastar) or $yourastar=$params{'yourastar'};
3.- Optional. Rigth below where it says: iprint "\nDone. ICS command emulation active.\n";
prompt;
Insert this code: if ($yourastar==1) {
iprint "You are a Yahoo all-star user.\n";
}
WARNING: If you are not an all-star and attempt to create a table with description, or to
change to an avatar reserved for all-stars, Yahoo! will disconnect you. So be careful when writing
your code.










News