Snippets

sironekotoro 変数を1回しか使ってないよ、という警告

Created by sironekotoro
1
2
3
4
5
# !/usr/bin/env perl
# use strict;
use warnings;

$hoge;  # Name "main::hoge" used only once: possible typo

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.