Skip to content

Instantly share code, notes, and snippets.

@tomcha
Last active November 30, 2015 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomcha/163aa5e849c4babe4dcd to your computer and use it in GitHub Desktop.
Save tomcha/163aa5e849c4babe4dcd to your computer and use it in GitHub Desktop.
22
#!/usr/bin/env perl
use strict;
use warnings;
my $name;
my $nick;
print '名前を入力して下さい>>>';
$name = <STDIN>;
print 'ニックネームを入力して下さい>>>';
$nick = <STDIN>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment