Skip to content

Instantly share code, notes, and snippets.

@antoniogamiz
Created July 3, 2019 14:03
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 antoniogamiz/5e3a9899aa06cd0110a4cb4506853f3f to your computer and use it in GitHub Desktop.
Save antoniogamiz/5e3a9899aa06cd0110a4cb4506853f3f to your computer and use it in GitHub Desktop.
use v6.c;
use example;
unit module example;
my $head-template-path = %?RESOURCES ?? %?RESOURCES<template/head.html> !! "template/head.html";
say $head-template-path;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment