Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
perl -e '$|=$i=1;print" oo\n<|>\n_|_";x:sleep$|;print"\b",$i++%2?"/":"_";goto x;'
[kirsle@firefly PCCC-3.0_src]$ export DISPLAY=:1.0
[kirsle@firefly PCCC-3.0_src]$ echo $DISPLAY
:1.0
[kirsle@firefly PCCC-3.0_src]$ ./PCCC.pl
LinkerThread activated.
MediaThread activated.
Detecting your OS... linux
Detecting your home directory... /home/kirsle
Setting home directory to /home/kirsle/.pccc
Reading configuration from /home/kirsle/.pccc/config.txt
couldn't connect to display ":1.0" at /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Tk/MainWindow.pm line 55.
MainWindow->new(-title,Perl CyanChat Client) at ./PCCC.pl line 221
Perl exited with active threads:
2 running and unjoined
0 finished and unjoined
0 running and detached
[kirsle@firefly PCCC-3.0_src]$ export DISPLAY=:0.0
[kirsle@firefly PCCC-3.0_src]$ echo $DISPLAY
:0.0
[kirsle@firefly PCCC-3.0_src]$ ./PCCC.pl
LinkerThread activated.
MediaThread activated.
Detecting your OS... linux
Detecting your home directory... /home/kirsle
Setting home directory to /home/kirsle/.pccc
Reading configuration from /home/kirsle/.pccc/config.txt
perl -e '$|=$i=1;print" oo\n<|>\n_|_";x:sleep$|;print"\b",$i++%2?"/":"_";goto x;'