1 #!/usr/bin/perl 2 3 use warnings; 4 use strict; 5 6 my $hello; 7 print "$hello\n"; ãã®ããã°ã©ã ãå®è¡ããã¨ã以ä¸ã®ãããªã¨ã©ã¼ã¡ãã»ã¼ã¸ãåºåããã¾ãã Use of uninitialized value in concatenation (.) or string at ./hello.pl line 7. åé¡ã¯å¤æ°$helloãåæåãããã¨ããªããä½ã®å¤ãæ ¼ç´ãããã¨ããªãã使ã£ã¦ããããã§ãã ãã£ã¦ã以ä¸ã®ããã«ããã¨ã¨ã©ã¼ã¡ãã»ã¼ã¸ã¯åºåããã¾ããã 1 #!/usr/bin/perl 2 3 use warnings; 4 use strict; 5 6 my $hello = ''; 7 print "$hello\n"; åè Use of uninitialized value


{{#tags}}- {{label}}
{{/tags}}