Recent content by antar

  1. A

    Trash Tips

  2. A

    Installing Perl

    now it's all good, the script #!/usr/bin/perl -w print "header"; write "header" in terminal, and #!/usr/bin/perl -w use CGI qw(:standard); use strict; print header; print "<b>hello, World!</b>"; write "hello, World!" in a browser with http://localhost/cgi-bin/hello.cgi now...
  3. A

    Installing Perl

    What type of Mac Os needs to work w perl? Client or server? Developer Tools is necessary? Which version? I've just modified httpd.conf and tried from Explorer with test.cgi and it run, but only if the dir is: #!/bin/sh if I set #!/usr/bin/perl nothing works; if...
  4. A

    [HOWTO] - Change the trash icon (advanced trick)

    Hi, how can I change the icon of the trash? And how can I show trash on desktop? I'm using Tinkertool, but it doesn't change trash position! Thanks PB Ti 400-512Mb 10G OS 10.1
Back
Top