#!/usr/bin/perl # https://perlmonks.org/?node_id=1224342 use strict; use warnings; sub find_symbol { got to here today! (20180520) } find_symbol(); print "it ran!!\n"; # even runs with a little extra code :) sub today::here {} sub to::got {}