Slashdot Mirror


User: webweazl

webweazl's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Blueish Prompt on What Does Your Command Prompt Look Like? · · Score: 1

    export PS1='\[\033[1m\]\[\033[34m\][\[\033[0m\]\[\033[31m \]\!\[\033[1m\]\[\033[34m\]]\[\033[0m\]\[\033[0m\] \[\033[36m\]\u\[\033[34m\]@\[\033[36m\]\h\[\033[34 m\]:\[\033[0m\] '

  2. Re:Some reasons perl is used on Perl Domination in CGI Programming? · · Score: 1

    Another reason perl is such a widely used cgi interface is the fact that it is not compiled. This makes it very easy to move your cgi's from machine to machine with little to no changes. Ever tried to compile C/C++ on a ftp only acount ?
    This is the biggest reason that I use perl, i move projects from machine to machine as clients move around and if I compiled C/C++ everytime they moved it would be all I do all day.