| Author | Message | 
  
	|  Topic: Hix hix... it can't show graphics | 
  
	| littlestar 
 Replies: 1
 Views: 30737
 
 |  | 
  
	| I have a small project. Last time (two months ago), when I setted up Perl and ran it. It showed graphics sucessful. Then I removed it. 
 but now, when I set up again and run it. It can't show graphi ...
 | 
  
	|  Topic: how to replace string | 
  
	| littlestar 
 Replies: 3
 Views: 38302
 
 |  | 
  
	| well, It's successful. be happy excessively when you helped Thanks so much, my friends.
 | 
  
	|  Topic: how to replace string | 
  
	| littlestar 
 Replies: 3
 Views: 38302
 
 |  | 
  
	| I have a query. for example: "SELECT * FROM project". and it executed successful. I replaced " " with "+" as follows: 
 
 my $string = 'SELECT * FROM project';
 $string =~ s/ /+/g;
 
 
 It's OK. resu ...
 | 
  
	|  Topic: how to change type of a variable to string? | 
  
	| littlestar 
 Replies: 8
 Views: 56735
 
 |  | 
  
	| wonderful, it ran sucessful. how nice of you to help me, thanks aprelium so much...
 | 
  
	|  Topic: how to change type of a variable to string? | 
  
	| littlestar 
 Replies: 8
 Views: 56735
 
 |  | 
  
	| thanks aprelium so much, I tried all your way but ..... I can't still 
 it still has error like last time. I must do how
 | 
  
	|  Topic: how to change type of a variable to string? | 
  
	| littlestar 
 Replies: 8
 Views: 56735
 
 |  | 
  
	| I'm so sorry. Last time, I didn't post my source code. There is some thing which I want to say
 
 #-------------------------------------------------------------------
 use strict;
 use lib ".";
 requ ...
 | 
  
	|  Topic: how to change type of a variable to string? | 
  
	| littlestar 
 Replies: 8
 Views: 56735
 
 |  | 
  
	| I'm learning Perl, and I have this question, please support for me. 
 in database, I have a table with a field is ipaddr(type is varchar)
 in Perl, I get ipaddress of my computer and select data from ...
 | 
  
	|  |