Skip to content

Instantly share code, notes, and snippets.

@yukidarake
Created August 14, 2013 10:07
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 yukidarake/6229677 to your computer and use it in GitHub Desktop.
Save yukidarake/6229677 to your computer and use it in GitHub Desktop.
5.10.0以降でsay使いたい
#!/usr/bin/env perl
use strict;
use warnings;
use feature qw(say);
say 'say!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment